home *** CD-ROM | disk | FTP | other *** search
- Path: news.bluesky.net!usenet
- From: Dan Jacobs <djacobs@BlueSky.net>
- Newsgroups: comp.unix.programmer,comp.unix.shell,comp.unix.misc,comp.unix.admin,comp.lang.c,comp.lang.java
- Subject: Re: Help! Shared library path.
- Date: Sat, 23 Mar 1996 08:39:18 -0500
- Organization: Tech Tonic Netsystems
- Message-ID: <3153FF06.15BA@BlueSky.net>
- References: <31516869.2DB0@tsl.uu.se>
- NNTP-Posting-Host: bs4.bluesky.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=iso-8859-1
- Content-Transfer-Encoding: 8bit
- X-Mailer: Mozilla 2.0 (WinNT; I)
-
- Johan Holling wrote:
- >
- > I┤m trying to run a java class that loads a dynamic loadable
- > library
- > called j2c but I allways get this msg:
- >
- > "java.lang.UnsatisfiedLinkError: no j2c in shared library
- > path"
- >
- > I compiled the files with the command:
- >
- > "cc -G java2c.c java2c_trig.c -o
- > /export/home/holling/lib/j2c"
-
- try "-o libj2c.so" instead. LD_LIBRARY_PATH looks for lib*.so
- --
-
- Dan Jacobs email: djacobs@BlueSky.net
- Tech Tonic Netsystems voice: 617-273-5825
- Burlington, MA
-
-